VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / ConvertTarget Methods / ConvertTarget<TSourceTarget,TDestTarget>(Analyzer<TDestTarget,TSourceTarget>,IProcessingCommand<TSourceTarget>[]) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertTarget<TSourceTarget,TDestTarget>(Analyzer<TDestTarget,TSourceTarget>,IProcessingCommand<TSourceTarget>[]) Method (ProcessingHelper)
    In This Topic
    Converts the target of specified processing commands using the specified target converter.
    Syntax

    Parameters

    targetConverter
    The target converter.
    commands
    The commands to convert target.

    Type Parameters

    TSourceTarget
    The type of the source target.
    TDestTarget
    The type of the dest target.

    Return Value

    New instance of processing command with target of type TDestTarget.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also